home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML ConsoleMax.sea
/
XML ConsoleMax
/
Required
/
swingall.jar
/
javax
/
swing
/
plaf
/
basic
/
BasicComboBoxUI$1.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-07-15
|
812 b
|
23 lines
package javax.swing.plaf.basic;
final class BasicComboBoxUI$1 implements Runnable {
// $FF: synthetic field
private final BasicComboBoxUI this$0;
// $FF: synthetic method
BasicComboBoxUI$1(BasicComboBoxUI var1) {
this.this$0 = var1;
}
public void run() {
if (this.this$0.comboBox != null) {
if (this.this$0.editor != null) {
this.this$0.editor.setFont(this.this$0.comboBox.getFont());
}
this.this$0.installKeyboardActions();
}
}
}